home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set ParLa to the frame
- set Y to 0
- repeat with x = 6 to 20
- if rollOver(x) then
- set Y to x
- end if
- end repeat
- case Y of
- 0:
- nothing()
- 6:
- set ParLa to the frame + 2
- 7:
- set ParLa to the frame + 7
- 8:
- set ParLa to the frame + 9
- 9:
- set ParLa to the frame + 11
- 10:
- set ParLa to the frame + 13
- 11:
- set ParLa to the frame + 16
- 12:
- set ParLa to the frame + 17
- 13:
- set ParLa to the frame + 18
- 14:
- set ParLa to the frame + 19
- 15:
- set ParLa to the frame + 20
- 16:
- set ParLa to the frame + 22
- 17:
- set ParLa to the frame + 24
- 18:
- set ParLa to the frame + 25
- 19:
- set ParLa to the frame + 26
- 20:
- set ParLa to the frame + 27
- end case
- go(ParLa)
- end
-